String Is Type
Command Prototype
bRet = IsSpecificStr(sText,sType)
Command Description
Checks if every character in a string belongs a particular subset. Possible subsets are: letters, numbers, uppercase letters, and lowercase letters
Parameter Description
- Required Parameter
- sText--Input string
- sType--The subset to use. Can be one of letters, numbers, uppercase letters, and lowercase letters
- return
- bRet--The variable used to save the output of the function call